home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Utilities / Identify / IdentifyDev.readme < prev    next >
Encoding:
Text File  |  2001-09-25  |  3.0 KB  |  86 lines

  1. Short:    Identify hardware and more, OS3.9 (V13.0)
  2. Author:   rkoerber@gmx.de (Richard Koerber)
  3. Uploader: rkoerber@gmx.de (Richard Koerber)
  4. Type:     util/libs
  5. Kurz:     Identifiziert Erweiterungen und mehr (V13.0)
  6. Keywords: expansion board guru alert function system library check arexx ppc powerpc warpos installer
  7.  
  8. Requires: AmigaOS 2.0 or higher
  9. Language: English, Deutsch
  10.  
  11. URL:      http://www.shredzone.de
  12.  
  13.  
  14. This is the developer packet of Identify. You'll only need it if
  15. you want to write programs using the features of identify.
  16.  
  17. Identify is a system shared library that identifies your system and
  18. several IDs and returns them in a human readable form. Currently
  19. implemented are:
  20.  
  21. expansions  The manufacturer and product ID of hardware expansions are
  22.             translated into manufacturer name, board name and board
  23.             class.
  24.  
  25. system      Your system is analyzed by identify.library. You can query
  26.             static values, as e. g. Amiga model, Processor, OS version,
  27.             Graphic OS (e. g. CyberGraphX), Audio OS (e. g. AHI) or
  28.             available memory (Virtual Memory is also supported).
  29.  
  30. alerts      The cryptical alert codes can also be translated.
  31.  
  32. functions   Decodes the offset of a shared library into it's function
  33.             name, provided you have got the .fd files.
  34.  
  35.  
  36. Four example Shell tools are also included:
  37.  
  38. ListExp     Analyses your system, searches for expansion boards and
  39.             optionally, shows what Commodities are available. This is
  40.             an easy way to describe your system for bug reports etc.
  41.  
  42. Guru        Decodes a Guru number.
  43.  
  44. Function    Returns the name of the function that matches to the
  45.             provided library name and offset.
  46.  
  47. InstallIfy  Gives Installer scripts access to the Identify hardware
  48.             analyzer, e.g. to check if a PowerPC is present.
  49.  
  50.  
  51.  FEATURES:
  52. -----------
  53.   - OS3.9 and BoingBag supported
  54.   - AmigaXL supported
  55.   - The complete expansion database consists of more than 420
  56.     expansion boards and 130 manufacturers.
  57.   - Distinguishes between most GVP and Phase5 boards with unique ID
  58.   - Tries to give at least a hint if the board name is not known yet
  59.   - Fully DraCo and PowerPC compatible
  60.   - Supports PowerUp and WarpOS
  61.   - The library is fully localized (catalogs included: deutsch)
  62.   - ARexx interface library
  63.   - English and German documentation (.guide and .dvi)
  64.  
  65.  
  66.  INCLUDED DEVELOPER FILES:
  67. ---------------------------
  68.   - AutoDocs
  69.   - Assembler include files
  70.   - C header files (also protos, pragmas, GCC inlines)
  71.   - PASCAL include files
  72.   - Maxon/HiSoft-BASIC include files
  73.   - Amiga-E include files
  74.   - FD file
  75.   - cd file for language translations
  76.   - C example showing how to use identify with MUI
  77.   - ARexx examples
  78.   - Installer examples
  79.  
  80.  
  81. With your help, I hope to get as much expansion names as possible.
  82. So please send the name, manufacturer ID, product ID and board class
  83. of all your expansions to: "rkoerber@gmx.de". You can get the IDs with
  84. included tool ListExp or the example program "expansions".
  85. Thank you!
  86.